majorly speed up execution by reducing timeouts and converting main loop
author10:44:52 Tim Janik <timj@imendio.com>
Thu, 6 Dec 2007 09:43:20 +0000 (09:43 +0000)
committerTim Janik <timj@src.gnome.org>
Thu, 6 Dec 2007 09:43:20 +0000 (09:43 +0000)
commit01a89326e84dbc26b0e320c2428fb48f599abcb7
tree45c0eaab6a177ffa8dfbdc0087e3fc8b85272935
parentba05f509b454fe2656af71ca8d47670295c89ca6
majorly speed up execution by reducing timeouts and converting main loop

2007-12-06 10:44:52  Tim Janik  <timj@imendio.com>

        * tests/autotestfilechooser.c: majorly speed up execution by reducing
        timeouts and converting main loop sleeps to pending/iterate loops with
        very low priority async handlers. eliminate output for non-verbose
        tests. assert successfull subtests in all test functions. use testing
        framework in main().

        * tests/Makefile.am: add autotestfilechooser to TEST_PROGS, so it's
        executed inside Xvfb upon make check.

svn path=/trunk/; revision=19117
ChangeLog
tests/Makefile.am
tests/autotestfilechooser.c